home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / savdr201.arc / SAVEDIR.DOC < prev   
Text File  |  1987-04-10  |  6KB  |  132 lines

  1.  
  2.                    SAVEDIR : Directory List and Save Program
  3.                            Version 2.01, 10-Apr-1987
  4.                                   SMG Software
  5.  
  6.                            (C) Copyright 1986,1987 by
  7.                                Steven Georgiades
  8.                               All Rights Reserved
  9.  
  10.  
  11.  
  12.          This  program will search your disk for all sub-directories,   and 
  13.     will  echo  the full path of each one to the  standard  output  device, 
  14.     preceeded by the string "MD ".   If the output of this program is piped 
  15.     to  a  batch file (such as MAKEDIR.BAT),  then that batch file  can  be 
  16.     executed to re-create all of your subdirectories (for example,  after a 
  17.     Backup/Format/Restore).  
  18.  
  19.  
  20.     Command Format:
  21.  
  22.          SAVEDIR [d:]
  23.  
  24.  
  25.  
  26.     Examples:
  27.  
  28.          SAVEDIR                  (List all sub-directories of the 
  29.                                    current drive to the console)
  30.  
  31.          SAVEDIR >MAKEDIR.BAT     (List all sub-directories of the current 
  32.                                    drive to the file MAKEDIR.BAT)
  33.  
  34.          SAVEDIR A: >MAKEDIR.BAT  (List all sub-directories of drive A: to 
  35.                                    the file MAKEDIR.BAT)
  36.  
  37.          MAKEDIR                  (Re-Create all sub-directories on the 
  38.                                    disk)
  39.  
  40.  
  41.     Revision History:
  42.  
  43.          Version 1.00        Initial Release
  44.  
  45.          Version 1.01        Added Copyright Info
  46.  
  47.          Version 2.00        Corrected directory scan order.  
  48.  
  49.          Version 2.01        Fixed bug that would prevent first directory 
  50.                              from being re-created by the batch file.
  51. SAVEDIR, Version 2.01                                                    Page 2
  52.  
  53.  
  54.  
  55.          This software is distributed as ShareWare.  "ShareWare" means that 
  56.     you  are granted free license to use and copy this software as much  as 
  57.     you like, within the following restrictions: 
  58.  
  59.          1).  It  is  distributed  in  its  original,   unmodified  form, 
  60.               including program and documentation. 
  61.  
  62.          2).  No  fee is charged for use,  copying or distribution  (With 
  63.               the exception of nominal "per disk" copying charges, not to 
  64.               exceed $6.00 per disk).  
  65.  
  66.          3).  The  program  may  not  be included  with  other  goods  or 
  67.               services  supplied for a fee,  unless written permission to 
  68.               do so is obtained in advance from the author.  
  69.  
  70.     You are not required to register your shareware,  but if you are  using 
  71.     the  program,   and  find it helpful,  you are  expected  to  register.  
  72.     Registration fees are as follows: 
  73.  
  74.               Full Registration (w/full support) ........ $15.00
  75.               Basic Registration (w/basic support) ...... $10.00
  76.  
  77.     Please make checks payable to Steven M.  Georgiades.  Note that you are 
  78.     not  LEGALLY  obligated  to  register,  but if  you  use  the  software 
  79.     regularly,  you are MORALLY obligated to do so.  Aside from easing your 
  80.     conscience,  basic registration will also get you a diskette containing 
  81.     the  latest  version  of the software (unless you  currently  have  the 
  82.     latest version, in which case I will send you the next major revision), 
  83.     a printed version of the documentation (8-1/2 x 11,  unless you specify 
  84.     6-1/4  x  8-1/2), and basic user support,  which means that I will work 
  85.     with you to resolve problems,  and will do minor customization.    Full 
  86.     registration will get you everything that basic registration does, plus 
  87.     full  user  support,   which includes telephone support and  all  major 
  88.     revisions  of  the  software  for  two (2)   years  from  the  date  of 
  89.     registration.    Fully  registered  users will  also  receive  new  SMG 
  90.     releases  from  time  to time for evaluation.    In  return  for  these 
  91.     evaluations,   the  user  will receive full registration  for  the  new 
  92.     software at no charge.   When you register,  please specify the name of 
  93.     the program, and the version number. 
  94.          Note that no support will be given to unregistered users EXCEPT in 
  95.     the  case of MAJOR bugs which preclude the unregistered user from using 
  96.     the program.  I  will then do my best to resolve these problems so that 
  97.     the user may evaluate the software fully.  
  98.  
  99. SAVEDIR, Version 2.01                                                    Page 3
  100.  
  101.  
  102.  
  103.  
  104.  
  105.     This program is provided AS  IS  without  any  warranty,  expressed  or 
  106.     implied,  including  but  not  limited  to  fitfulness for a particular 
  107.     purpose.  
  108.  
  109.          If  you have any questions or comments about this or any other SMG 
  110.     program, or if you would like to register any SMG Software, write to me 
  111.     at the following address: 
  112.  
  113.                 Steven M. Georgiades
  114.                 SMG Software
  115.                 701-H South Hayward Street
  116.                 Anaheim, CA  92804
  117.  
  118.     Or leave a message for me on the Circuit Board:
  119.  
  120.                 The Circuit Board RBBS
  121.                 SysOp: Dave Kleinschmidt
  122.                 (714) 778-0948
  123.                 300/1200/2400 Baud, No Fee
  124.  
  125.     All  SMG  Software  is  initially released to the  public  through  the 
  126.     Circuit  Board.   The latest version of any SMG Software can always  be 
  127.     found there.  
  128.  
  129.     A diskette containing all of the latest SMG Software can be obtained by 
  130.     sending a check or money order for $6.00  to the above address.    Make 
  131.     all checks payable to Steven M. Georgiades.  Thank you.  
  132.